home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat3 / Tk / focusnext.z / focusnext
Text File  |  1998-10-30  |  4KB  |  67 lines

  1.  
  2.  
  3.  
  4. ttttkkkk____ffffooooccccuuuussssNNNNeeeexxxxtttt((((3333TTTTkkkk))))                                            ttttkkkk____ffffooooccccuuuussssNNNNeeeexxxxtttt((((3333TTTTkkkk))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      tk_focusNext, tk_focusPrev, tk_focusFollowsMouse - Utility procedures for
  10.      managing the input focus.
  11.  
  12. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.      ttttkkkk____ffffooooccccuuuussssNNNNeeeexxxxtttt _w_i_n_d_o_w
  14.      ttttkkkk____ffffooooccccuuuussssPPPPrrrreeeevvvv _w_i_n_d_o_w
  15.      ttttkkkk____ffffooooccccuuuussssFFFFoooolllllllloooowwwwssssMMMMoooouuuusssseeee
  16.  
  17.  
  18. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  19.      ttttkkkk____ffffooooccccuuuussssNNNNeeeexxxxtttt is a utility procedure used for keyboard traversal.  It
  20.      returns the ``next'' window after _w_i_n_d_o_w in focus order.  The focus order
  21.      is determined by the stacking order of windows and the structure of the
  22.      window hierarchy.  Among siblings, the focus order is the same as the
  23.      stacking order, with the lowest window being first.  If a window has
  24.      children, the window is visited first, followed by its children
  25.      (recursively), followed by its next sibling.  Top-level windows other
  26.      than _w_i_n_d_o_w are skipped, so that ttttkkkk____ffffooooccccuuuussssNNNNeeeexxxxtttt never returns a window in a
  27.      different top-level from _w_i_n_d_o_w.
  28.  
  29.      After computing the next window, ttttkkkk____ffffooooccccuuuussssNNNNeeeexxxxtttt examines the window's
  30.      ----ttttaaaakkkkeeeeffffooooccccuuuussss option to see whether it should be skipped.  If so,
  31.      ttttkkkk____ffffooooccccuuuussssNNNNeeeexxxxtttt continues on to the next window in the focus order, until it
  32.      eventually finds a window that will accept the focus or returns back to
  33.      _w_i_n_d_o_w.
  34.  
  35.      ttttkkkk____ffffooooccccuuuussssPPPPrrrreeeevvvv is similar to ttttkkkk____ffffooooccccuuuussssNNNNeeeexxxxtttt except that it returns the window
  36.      just before _w_i_n_d_o_w in the focus order.
  37.  
  38.      ttttkkkk____ffffooooccccuuuussssFFFFoooolllllllloooowwwwssssMMMMoooouuuusssseeee changes the focus model for the application to an
  39.      implicit one where the window under the mouse gets the focus.  After this
  40.      procedure is called, whenever the mouse enters a window Tk will
  41.      automatically give it the input focus.  The ffffooooccccuuuussss command may be used to
  42.      move the focus to a window other than the one under the mouse, but as
  43.      soon as the mouse moves into a new window the focus will jump to that
  44.      window.  Note: at present there is no built-in support for returning the
  45.      application to an explicit focus model;  to do this you'll have to write
  46.      a script that deletes the bindings created by ttttkkkk____ffffooooccccuuuussssFFFFoooolllllllloooowwwwssssMMMMoooouuuusssseeee.
  47.  
  48.  
  49. KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
  50.      focus, keyboard traversal, top-level
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.